Open
Conversation
The v3 line targets Tarantool 3.x exclusively. This removes: - Per-version build patches for 1.x and 2.x (cli/install/patch.go and the embedded files under cli/install/extra/), plus the patchTarantool step and the 1.x backtrace flag in prepareCmakeOpts. - The isMasked filter in cli/search collapses to version.Major < 3. - Stop()'s 1.10 console-socket cleanup, the cluster instance Major < 3 guard, the 1.10 fallback comment in replicaset status, and the 2.x UUID comment in status. - Tarantool 1.10 / 2.10 / 2.11 entries from full-ci.yml, tests.yaml CE and EE matrices; no-tarantool default bumped to 3.0. - Help-text examples in install/binaries/search/run updated to use Tarantool 3.x version strings instead of stale 1.10/2.10/2.11 ones. Related to TNTP-7631
06f6b16 to
a78b282
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The v3 line targets Tarantool 3.x exclusively. This removes:
Related to TNTP-7631